Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

read_fence

mutate.read_fence

Perform a read fence, i.e., enforce ordering between the previous and the next
read operations: make sure that no previous read will be swapped with the any
following read operation.

When no other synchronization mechanism is used, this is required between reads
of fields that are accessed by concurrent threads to ensure that the order seen
by the reading thread corresponds to the syntactical order the reads are
performed in.
0.099dev (GIT hash 1bef408f37c37f3ff3417cdf772c6c40c76064ca)
last changed: 2026-09-17